home *** CD-ROM | disk | FTP | other *** search
- /*
- GrowWindConst.h
-
- Acts like Window Manager's GrowWindow, but maintains the
- window's original proportions.
-
- Copyright 1994 by Al Evans. All rights reserved.
-
- 5/26/94
-
- */
-
- #ifdef applec
- #ifndef __cplusplus
- #ifndef PRELOAD
- #pragma load "::ToolKit.precompile"
- #define PRELOAD
- #endif
- #endif
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- pascal long GrowWindowConstrained(WindowPtr theWindow, Point startPoint,
- Rect *sizeRect, Rect *constraintRect);
-
- #ifdef __cplusplus
- }
- #endif
-